home *** CD-ROM | disk | FTP | other *** search
- function backToMenu()
- {
- trace("menu");
- _parent.nav.schools_of_year.onRelease();
- }
- function showPage(nmPageNum)
- {
- var _loc2_ = undefined;
- if(nmPageNum == "prev")
- {
- _loc2_ = _currentframe - 1;
- }
- else if(nmPageNum == "next")
- {
- _loc2_ = _currentframe + 1;
- }
- else
- {
- _loc2_ = nmPageNum;
- }
- mcNav.gotoAndStop(_loc2_);
- this.gotoAndStop(_loc2_);
- }
- stop();
-